home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / utility / 263 / man / rm.man < prev    next >
Encoding:
Text File  |  1988-06-17  |  911 b   |  67 lines

  1.  
  2.  
  3.  
  4.         RM                    ST-UNIX User's Manual                    RM
  5.  
  6.  
  7.  
  8.         COMMAND
  9.              rm  - remove (delete) files
  10.  
  11.         FORMAT
  12.              rm [ -f ] [ -r ] [ -i ] [ - ] file ...
  13.  
  14.         DESCRIPTION
  15.              _✓R_✓m deletes a _✓f_✓i_✓l_✓e. If the file is not writable the  user  is
  16.              asked  for  comfirmation  of  the  delete.  If the file is a
  17.              directory an error is displayed.
  18.  
  19.         OPTIONS
  20.              -r   if the file is a directory _✓r_✓m recursivly deletes  files
  21.                   from the directory and any subdirectories.
  22.  
  23.              -i   queires the user for confirmation of the delete.
  24.  
  25.              -    allows files with a name starting with '-' to be used.
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.         Printed 10/April/1987     1 April 1987                          1
  64.  
  65.  
  66.  
  67.